make a list from 0 to n python

114

make a list from 0 to n python -

a_list = list(range(0, n))

Comments

Submit
0 Comments